home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / vbasic / clpsib / clipsib.glb < prev    next >
Text File  |  1991-11-03  |  259b  |  13 lines

  1. '-- Used by the API OpenFile function.
  2.  
  3. Type OFSTRUCT
  4.         cBytes As String * 1
  5.         fFixedDisk As String * 1
  6.         nErrCode As Integer
  7.         reserved As String * 4
  8.         szPathName As String * 128
  9. End Type
  10.  
  11. Global Buffer As OFSTRUCT
  12.  
  13.